Einhugur Word Component for Buoy

Container Abstract Class

Abstract class which is super class for document parts that contain other parts. Such as Document, Header, Footer and Cell. All those parts can contain Tables and Paragraphs for example.

Object
   Container

abstract class Container

Constructors

Container (protected) Private constructor.

Properties

ItemCountNumber of items in the container.
ParagraphCountReturns number of paragraphs in the container.
TableCountReturns number of tables in the container.

Methods

AppendParagraphAppends paragraph at back of the container, creating one run for the string passed in with this method.
AppendTableAppends table to the back of the container.
ItemReturns item at given index. (Paragraphs or tables)
ParagraphGets paragraph at given index.
RemoveItemRemoves item from the container.
TableGets table at given index.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 64 bit
  • Linux ARM 64 bit